home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / tree < prev    next >
Text File  |  1991-04-23  |  867b  |  23 lines

  1.                                     TREE
  2.            Displays all directories and subdirectories on a disk
  3.                                See also <DIR>
  4.  
  5. It can also list all files in each directory and subdirectory, in a
  6. tree structured diagram.
  7.  
  8. COMMAND TYPE: External                  VERSION: 2.0 and up
  9.  
  10. USE: TREE [d:][path] [/F] [/A]
  11.  
  12. d:  is the drive whose directory paths will be listed.
  13. /F  causes TREE to list the individual files in each directory as
  14.     well as the paths
  15.  
  16. (DOS 4.x and later)
  17. path sets a starting path for the TREE command, rather than using the root
  18.      directory
  19. /A   tells TREE to use ascii characters instead of the IBM extended
  20.      graphics characters.  This is useful for printing on a printer which
  21.      cannot handle the IBM graphics set.  The older versions of tree
  22.      always used ascii characters only.
  23.